@media screen and (max-width: 1200px) and (min-width:0px) {
    .title h1 {
        font-size: 28px !important;
    }

    .section03 .title h1 {
        font-size: 20px !important;
    }
}